*{
	margin:0px;
	padding:0px;

} 
body{
	 
	margin:0px;
	padding:0px;
 	box-sizing:border-box ;
    background-color: #9d9c9c59;	
    color:#656565;
}
.nav-bar-bg{
	background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67.21%, rgba(255, 255, 255, 0) 100%), linear-gradient(-103.35deg, rgb(215, 252, 254) 3.73%, rgb(251, 213, 250) 56.7%, rgb(254, 224, 213) 100.35%);
	    background-color:white;
		width:100%;
		height:180px;
}
.nav-bar{
	background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67.21%, rgba(255, 255, 255, 0) 100%), linear-gradient(-103.35deg, rgb(215, 252, 254) 3.73%, rgb(251, 213, 250) 56.7%, rgb(254, 224, 213) 100.35%);
    background-color:white;
    width: 1025px;
    margin: 10px auto;
	height:165px;
	display: flex;
	justify-content:center;
	margin-top:-180px
}
.logo-bar{
/*	background-color: blue;*/
	width:300px;
	height: 165px;
}
.logo{
height: 118px;
width: 250px;
margin: 16px 0px 0px 36px;
 
}
.search-bar{
/*background-color: green;*/
	width:500px;
	height: 165px;
}
/*start new head search--------------------------------*/
.search-container1{
  text-align: center;
  padding-top: 61px;
  display: flex;
  margin-left: 25px;
}
#category {
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
  color:#656565;;
  height: 38px;
  width: 100px;
  padding-left: 8px;
  border-radius: 6px;
}
#category:hover {
color:red;
background-color:white;
}
#search {
  width:269px;
  border-radius: 5px;
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
  border-radius: 5px 5px 5px 5px;
  font-size: 13px;
  font-weight: bold;
}
.form-group {
    position: relative;
   background-color: #1e4b61;
   height: 38px;
   padding: 14px;
}
        .form-group input, .form-group select {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .suggestions-1 {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ccc;
            border-top: none;
            z-index: 10;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 1px;
        }
        .suggestions-1 li {
            list-style: none;
            display: flex;
            align-items: center;
            padding: 1px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
        }
        .suggestions-1 li:hover {
            background:#1e4b61;
            color:white;
        }
        .suggestions-1 img {
            width: 47px;
            height: 48px;
            border-radius: 5px;
            margin-left: 12px;
            margin-right: 15px;
        }

/*end new search--------------------------------*/
.searchbg{
  background-color: #f1f2f3;
  border: none;
  height: 50px;
  width: 70%;
  border-radius: 5px 0px 0px 5px;
  color: #484242;
  font-size: 14px;
  padding-left: 9px;

}
.searchbt{
 background-color: #69727d;
    height:50px;
	width:50px;
	border:none;
   cursor:pointer;
   color:white;
   border-radius:0px 5px 5px 0px;
   font-size: 17px;
}
.soci-bar{
/*	background-color:red;*/
	width:300px;
	height:165px;
}
.sociicon{
  margin-top:75px;
  text-align:center;
 
}
.fa-facebook {
  background: #3b5998;
  color: white;
  font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;
  
}
.fa-twitter {
  background:#1da1f2;
  color: white;
  font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;
}
.fa-youtube {
  background: #cd201f;
  color: white;
  font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px; 
}
.fa-instagram {
  background:black;
  color: white;
 font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;  
}
/*manu item start------------------------------*/
.manu-bar-bg{
background: linear-gradient(90deg, rgba(255,7,121,1) 6%, rgba(248,133,16,1) 48%, rgba(72,221,201,1) 100%);
height:60px;
width:100%;	
box-shadow: 0px -1px 3px -1px white;
border-bottom: 1px solid hsla(0,0%,59%,0.5);
margin-top: -10px;
}
.manu-bar{
		background: linear-gradient(90deg, rgba(255, 7, 121, 0.02) 6%, rgb(248, 133, 16) 48%, rgba(72, 221, 201, 0.37) 115%);
	height:60px;
    width: 1025px;
    margin: 10px auto;
    display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-61px;
	padding-left: 9px;

}
.manu-bar ul{
    width: 1025px;
    margin: 10px auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.manu-bar ul li a{
    text-decoration: none;
	color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	font: 400 18px Google-Oswald,Arial,sans-serif;
}
.manu-bar ul li a:hover{
	color:#1e4b61;
	border-bottom:2px solid white;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
/* ================================== */
#shearBtn1{
	background-color: #f000;
	border:none;
	color:white;
    font-size:18px;
    border-radius:5px;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    font: 400 18px Google-Oswald,Arial,sans-serif;
}
#shearBtn1:hover{
	color:#1e4b61;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.popup-container1 {
    background-color: rgba(172, 171, 171, 0.3);
    backdrop-filter: blur(10px);
	height:500px;
	width:1000px;
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 1000;
    animation: fadeIn 0.5s ease-out; 
}

.popup-content1 {
    text-align: center;
}

/* .close-btn1 { */
    /* position: absolute; */
    /* top: 10px; */
    /* right: 10px; */
    /* font-size: 20px; */
    /* cursor: pointer; */
    /* color:#1e4b61; */
	
/* } */
 

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.search-container2{
	margin-top:5px;
		text-align: center;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.searchbg1{
	height: 50px;
	width: 600px;
    border: none;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
    border-radius:5px 5px 5px 5px;
    padding: 10px 130px 10px 30px;
    font-size: 2.2rem;
}
.close-btn1 {
    position: absolute;
    top: 30px;
    right: 35px;
    font-size: 50px;
    cursor: pointer;
    color: white;
	background-color:#1e4b61;
	border-radius:100%;
	 padding-left:15px;
	 padding-right:15px;
}
.popup-addproduct1{
	width: 950px;
	height:400px;
    background-color:white;
    border-radius: 20px;
    box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
	margin-top:15px;
	margin-left:20px;
	overflow: auto;
 }
.product-list1{}
.product-link1 {
    display: none;
    color: #23316a;
	text-decoration: none;
	font-size: 17px;
	background-color: #d9dcdd;
	height: 136px;
	width: 134px;
	border-bottom: 1px solid gray;
	float: left;
	padding: 10px 5px 20px 5px;
	margin-left: 8px;
	margin-top: 17px;
	text-transform: uppercase;
}
.product-link1:hover{
	background-color:#1e4b61;
	color:white;
}
.product-link1 img{
	height:80px;
	width:60px;
}
.manu-bar2-bg{
	height:60px;
	width:100%;
	margin-top:-10px;
}
.manu-bar2{
	 width: 1025px;
    margin: 10px auto;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-68px;
    
}
.manu-bar2 ul{

	background:#1e4b61;
    width:1002px;
    height: 45px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
    border-radius: 0px 0px 17px 17px;
}
.manu-bar2 ul li a{
	margin:0 20px;
    text-decoration: none;
	color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	font:  14px Google-Oswald,Arial,sans-serif;
}
.manu-bar2 ul li a:hover{
	color:red;
	border-bottom:2px solid white;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
/*---------------add start------------*/
.add-bar{
	width: 1025px;
    height: 120px;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67.21%, rgba(255, 255, 255, 0) 100%), linear-gradient(-103.35deg, rgb(215, 252, 254) 3.73%, rgb(251, 213, 250) 56.7%, rgb(254, 224, 213) 100.35%);
    margin: 10px auto;
    
}


/*---compare bg detail star--------------------------*/

.compybg{
	width: 1025px;
    height: 5000px;
    background-color:white;
    margin: 10px auto;
	display:flex;
 }
 .comparedetile{
	width: 300px;
    height: 5000px;
    background-color:white;
	
	}
.comstyle{
	background-color:white;	
	margin:0px 0px 0px 0px;
}
.head-txt{
    width: 213px;
    height:91px;
    background-color:#1e4b61;
    margin-left:1px;
    margin-top:1px;
}
.head-txt h3{
   color:#ffffff59;
   line-height:91px;
   text-align:center;
}
.head-img{
    width: 213px;
    height:225px;
    background-color:white;
    border-right:1px solid lightgray;
}
.head-img h3{
    color:#9d9c9c59;
   line-height:225px;
   text-align:center; 
}
 .compair1 {
	width: 300px;
    height: 5000px;
    /*background-color:geen;*/
	padding:1px;
     padding-top:1px;
 }
 .compair2{
	width: 300px;
    height: 5000px;
   /* background-color:yellow;*/
	padding:1px;}
 .compair3{
	width: 300px;
    height: 5000px;
   /* background-color:blue;*/
	padding:1px;}
#new{
	background-color:#9d9c9c59;
    text-align:right;
	width: 215px;
}
.card-body{
background-color:#1e4b61;
height: 35px;
padding-top:10px;
}
.mobile1 .mobile2 .mobile3{
background-color:white;
height: 23px;
width: 178px;
margin-left: 5px;
border: none;
}
 
#input1, #input2, #input3{
    background-color: #bdb9b9;
    border: none;
    height: 26px;
    width:207px;
    border-radius: 5px;
    color: #020202;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.mb-3{
    text-align: center;
    margin-top:5px;
    padding-bottom:5px;
}
.ssbox1 h5{
   text-align: center; 
   color:#ffffff59;
}
.sbtn1{
    background-color:red;
    height: 26px;
    width: 38px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}
.sbtn1:hover{
    background-color:gray;
    color:white;
}
#table1,#table2,#table3{
background-color:#dddcdc;
width: 268px;
margin-top: 38px;
 
 }

 .tablebgwite{
	 background-color:white;
	 font-size: 21px;
	 height:80px;
	 color: #6c6666;
 }
 .tablebgwite img {
  margin-left: 50px;
 }
  .tablebgwite1{
    height:80px;
    background-color: pink;
    color: red;
    font-size: 21px;
 }
 .risultsize{
      font-size: 14px;
      height:80px;
      text-align: center;
      color: #575050;
 }
 
/* ----------------------------compare bg end--------------------- */
/*---------------------------porduct link start-------------------------------------------*/
.populer-product-1{
    width: 1025px;
    height: auto;
    background-color:white;
    margin: 10px auto;
    
}
.pop-pro-flex{
    width: 1025px;
    height:330px;  
    background-color:white;
     display:flex;
}
.title-1{
  width: 1014px;
  height: 40px;
  background-color: #1e4b61;
  margin: 10px auto;
  color: white;
  line-height: 40px;
  padding-left: 10px;

}
.item4{
  margin-left: 15px;
  width: 185px;
  height: 300px;
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: 0px -1px 3px -1px red;   
}
.item4 img {
  height: 100px !important;
  width: 86px !important;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-left: 43px;
}
 
.product-name{
	margin-left:15px; 
	width:150px;
	height:50px;
}
.product-name a{
	text-decoration:none;
	color:gray;
	font-size:14px;
}
.product-name a:hover{
	color:red;
}
.c-name-c{
	width:150px;
	height:70px;
}	
.product-price{
	color:red;
	margin-left:25px;
	margin-top:10px;
	font-size:18px;
	border-bottom:1px solid @cccccc;
}	
.old-price{
	color:gray;
	font-size:12px;
 
}
.product-opt {
  
 
}
.product-opt ul{
   text-align: center;
	list-style: none;
}
.product-opt-ul{
    margin-left:1px;
}
.product-opt-li{
    padding:5px;
    margin-left: 5px;
    color: #656565;
}
.p-opt-c{
	margin-left: 12px;
}


/*---------------------------porduct link end-------------------------------------------*/

.footer-bg{
	width:100%;
	background-color:#1e4b61;
	height:510px;
}
.fboxbg{
	margin: 10px auto;
	width:1025px;
    height:510px;
    background-color:#1e4b61;
    margin-top:-521px
	
}
.Subscribe-box{
	height:70px;
	width:1025px;
	margin: 10px auto;
	border-bottom:1px solid white;
	text-align:center;
    color:white;
	line-height:70px;
	margin-top: 11px;
}
.textfield{
	background-color:lightgray;
	height:30px;
	width:250px;
	border:none;
	border-radius:2px;
	padding-left:8px;
}
.sub-btn{
	height: 30px;
	width: 64px;
	background-color: red;
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 2px;
}
.sub-btn:hover{
	background-color:lightgray;
	color:grey;
}
.fbox{
	background-color:grey;
	height: 360px;
	width:1025px;
	display: flex;
	margin: 10px auto;
}
 
.logo-footer{
	margin-top: 30px;
	height:300px;
	width:265px;
	margin-right:20px;
}
.logofooter{
	height: 118px;
	width: 250px;	
	padding:0px 0px 0px 8px;
 
}
.sosiyal-footer{
	margin-left:45px;
	margin-top:15px;
}
.shourtcut-btn{
	 
	background-color: #1e4b61;
    height: 30px;
    width: 24px;
    cursor: pointer;
    border-radius: 3px;
    line-height: 30px;
    padding: 5px;
    margin-left: 195px;
    margin-top: 97px;
    display: block;
}
.shourtcut-btn a {
	color:white;
	text-decoration:none;
	margin-left:5px;
	display:block;
}
.shourtcut-btn:hover{
	background-color:red;
	
}
.Categories-box{
	margin-top: 30px;
	height:310px;
	width:180px;
	padding:0px 0px 0px 40px; 
}
.Categories-box h3{
	color:white;
}
.Categories-box a{
	color:white;
	text-decoration:none;
	float:left;
	
}
.Categories-box a:hover{
	color:red;
	background-color:lightgray;
}
.Mobilebrands-box{
	height:310px;
	width:180px;
	padding:0px 0px 0px 8px;
	margin-top: 30px;
}
.Mobilebrands-box h3{
	color:white;
}
.Mobilebrands-box a{
	color:white;
	text-decoration:none;
}
.Mobilebrands-box a:hover{
	color:red;
	background-color:lightgray;
}
.Mobilelists-box{
	margin-top: 30px; 
	height:310px;
	width:180px;
	padding:0px 0px 0px 8px;
}
.Mobilelists-box h3{
	color:white;
}
.Mobilelists-box a{
	color:white;
	text-decoration:none;
}
.Mobilelists-box a:hover{
	color:red;
	background-color:lightgray;
}
.About-box{
	margin-top: 30px; 
	height:310px;
	width:180px;
	padding:0px 0px 0px 8px;
}
.About-box h3{
	color:white;
}
.About-box a{
	color:white;
	text-decoration:none;	
}
.About-box a:hover{
	color:red;
	background-color:lightgray;
} 
.footer-last{
    border-top:1px  solid white;
	height: 50px;
	width:1025px;
	display: flex;
	justify-content:center;
	 margin: 10px auto;
}
.last-one{
	 
	height: 50px;
	width:510px;
	text-align:center;
	line-height:50px;
	
	}
.last-one h4{
	color:white;
	font-size:12px;
}
.last-two{
	 
	height: 50px;
	width:508px;
	text-align:right;
    line-height:50px;
	padding-right: 24px;
}
.last-two a{
	color:white;
	text-decoration:none;
}
.last-two a:hover{
	color:red;
}
.fa-arrow-up-right-from-square{
	color:red;
	font-size:14px;
}
.footer-link-li{
	 text-decoration:none;
	list-style: none;
	padding-bottom:3px;
}

/* <----------------customs Scrollbar----> */
::-webkit-Scrollbar{
	width:15px;
}
::-webkit-Scrollbar-track{
	background:#d1e5ff;
}
::-webkit-Scrollbar-thumb{
	background:linear-gradient(#fd118b,#0af0b2);
	border-radius:5px;
}
/* <------------------- comapre page----------------------------------------------------------> */
        .container {
            display: flex;
            justify-content: center;
            width: 1025px;
            
        }
        table {
            width:1025px;
            border-collapse: collapse;
            
        }
        th, td {
			width:270px;
            border: 1px solid #ddd;
            padding: 8px;
            text-align: center;
        }
        th {
            background-color: #f4f4f4;
        }
        .suggestions {
            position: absolute;
            background: white;
            width: 276px;
            max-height: 300px;
            overflow-y: auto;
            z-index: 1000;
        }
        .suggestion-item {
            display: flex;
            align-items: center;
            padding: 8px;
            cursor: pointer;
			font-size:19px;
			color: darkslategray;
			 
        }
        .suggestion-item img {
            width: 60px;
            height: 60px;
            margin-right: 10px;
        }
        .suggestion-item:hover {
            background: #f4f4f4;
			color:red;
        }
       
       
        
	 
	/* <-------------restart editing comapre page----------------------------------------------------------> */

.compairebg{
	width: 1025px;
    height: auto;
    margin: 10px auto;
	background-color:white;
 }
 .tablehead{
	 color: darkslategray;
 }
 .input-bg{
	 background-color:#1e4b61;
	 height: 80px;
 }
  .input-tab1{
	 background-color:#1e4b61; 
	 color:#ffffff59;
 }
 .input-tab{
	 background-color:#1e4b61; 
 }
 #mobile_name_1, #mobile_name_2,#mobile_name_3{
	  background-color: #bdb9b9;
	  border: none;
	  height: 26px;
	  width: 207px;
	  border-radius: 5px;
	  color: #020202;
	  font-size: 14px;
	  font-weight: bold;
	  text-align: center;
 
 }
 .serchbtnred,.serchbtnred,.serchbtnred{
	background-color:red;
	margin-top: 10px;
	padding: 5px 10px;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
 }
 .serchbtnred:hover,.serchbtnred:hover,.serchbtnred:hover{
	 background-color:#bdb9b9;
	 color:black;
 }
 #col-Name-1 a,#col-Name-2 a,#col-Name-3 a{
	  
	 text-decoration:none;
	 font-size: 20px;
     font-weight: bold;
	 color:red;
 }
  #col-Name-1 a:hover,#col-Name-2 a:hover,#col-Name-3 a:hover{
	  color:gray;
  }
     /* Color each column */
    td:nth-child(1) {
    background-color: #f0b7b7;
    color: darkslategray;
    font-size: 18px;
    font-weight: bold; /* Column 1 - Light Gray */
    }
    td:nth-child(2) {
        background-color: #e7f5e7; /* Column 2 - Light Green */
    }
    td:nth-child(3) {
        background-color: #e0f7fa; /* Column 3 - Light Cyan */
    }
    td:nth-child(4) {
        background-color: #fff3e6; /* Column 4 - Light Orange */
    }

    /* Color for rows (alternating) */
    tr:nth-child(even) {
        background-color: #f9f9f9; /* Light Gray for even rows */
    }
    tr:nth-child(odd) {
        background-color: #f1f1f1; /* Slightly darker gray for odd rows */
    }

    /* Specific Row Color by Name (can use for specific specification rows) */
    tr.specifications-name {
        background-color: #ffeb3b; /* Yellow for specifications row */
    }
    tr.specifications-value {
        background-color: #ffcccb; /* Light Red for values */
    }
	#col-Image-1 img,#col-Image-2 img,#col-Image-3 img{
		width: 200px;
        height:160px;
	}
	#comparison-table{
	    width:1025px;
	}